net/http.http2serverConn.conn (field)

21 uses

	net/http (current package)
		h2_bundle.go#L4485: 		conn:                        c,
		h2_bundle.go#L4521: 		sc.conn.SetWriteDeadline(time.Time{})
		h2_bundle.go#L4631: 	sc.conn.Close()
		h2_bundle.go#L4638: 	conn             net.Conn
		h2_bundle.go#L4750: func (sc *http2serverConn) CloseConn() error { return sc.conn.Close() }
		h2_bundle.go#L4787: 		sc.hs.ConnState(sc.conn, state)
		h2_bundle.go#L4977: 	defer sc.conn.Close()
		h2_bundle.go#L4983: 		sc.vlogf("http2: server connection from %v on %p", sc.conn.RemoteAddr(), sc.hs)
		h2_bundle.go#L5008: 		sc.condlogf(err, "http2: server: error reading preface from client %v: %v", sc.conn.RemoteAddr(), err)
		h2_bundle.go#L5075: 					sc.logf("timeout waiting for SETTINGS frames from %v", sc.conn.RemoteAddr())
		h2_bundle.go#L5083: 					sc.vlogf("GOAWAY close timer fired; closing conn from %v", sc.conn.RemoteAddr())
		h2_bundle.go#L5123: 		sc.conn.Close()
		h2_bundle.go#L5187: 		if _, err := io.ReadFull(sc.conn, buf); err != nil {
		h2_bundle.go#L5203: 				sc.vlogf("http2: server: client %v said hello", sc.conn.RemoteAddr())
		h2_bundle.go#L5340: 				sc.conn.Close()
		h2_bundle.go#L5417: 		sc.conn.Close()
		h2_bundle.go#L5625: 		sc.logf("http2: server connection error from %v: %v", sc.conn.RemoteAddr(), ev)
		h2_bundle.go#L5630: 			sc.vlogf("http2: server closing client connection; error reading frame from client %s: %v", sc.conn.RemoteAddr(), err)
		h2_bundle.go#L6171: 		sc.conn.SetReadDeadline(time.Time{})
		h2_bundle.go#L6192: 		sc.conn.SetReadDeadline(time.Time{})
		h2_bundle.go#L6523: 				sc.logf("http2: panic serving %v: %v\n%s", sc.conn.RemoteAddr(), e, buf)